TeleAppointment
Click here for a complete list of operations.
TeleAppointments
Test
The test form is only available for requests from the local machine.SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
POST /webmethod/TeleAppointment.asmx HTTP/1.1
Host: ayurcare_karama.docmate.app
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/TeleAppointments"
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<TeleAppointments xmlns="http://tempuri.org/">
<obj>
<bookingID>string</bookingID>
<doctorID>string</doctorID>
<clinicID>string</clinicID>
<serviceID>string</serviceID>
<time>string</time>
<end_time>string</end_time>
<status>string</status>
<preferred_language>string</preferred_language>
<patient>
<gender>string</gender>
<firstname>string</firstname>
<lastname>string</lastname>
<email>string</email>
<phone>string</phone>
<dateofbirth>string</dateofbirth>
<document_type_id>int</document_type_id>
<patient_document_id>string</patient_document_id>
<mrn>string</mrn>
<payer_id>int</payer_id>
<payer_name>string</payer_name>
<insurance_plan_id>string</insurance_plan_id>
<insurance_plan_name>string</insurance_plan_name>
<policy_no>string</policy_no>
</patient>
</obj>
</TeleAppointments>
</soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<TeleAppointmentsResponse xmlns="http://tempuri.org/">
<TeleAppointmentsResult>
<code>int</code>
<data>
<bookingID>string</bookingID>
<URL>string</URL>
</data>
<app>string</app>
<message>string</message>
</TeleAppointmentsResult>
</TeleAppointmentsResponse>
</soap:Body>
</soap:Envelope>
SOAP 1.2
The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.
POST /webmethod/TeleAppointment.asmx HTTP/1.1
Host: ayurcare_karama.docmate.app
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<TeleAppointments xmlns="http://tempuri.org/">
<obj>
<bookingID>string</bookingID>
<doctorID>string</doctorID>
<clinicID>string</clinicID>
<serviceID>string</serviceID>
<time>string</time>
<end_time>string</end_time>
<status>string</status>
<preferred_language>string</preferred_language>
<patient>
<gender>string</gender>
<firstname>string</firstname>
<lastname>string</lastname>
<email>string</email>
<phone>string</phone>
<dateofbirth>string</dateofbirth>
<document_type_id>int</document_type_id>
<patient_document_id>string</patient_document_id>
<mrn>string</mrn>
<payer_id>int</payer_id>
<payer_name>string</payer_name>
<insurance_plan_id>string</insurance_plan_id>
<insurance_plan_name>string</insurance_plan_name>
<policy_no>string</policy_no>
</patient>
</obj>
</TeleAppointments>
</soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length
<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap12:Body>
<TeleAppointmentsResponse xmlns="http://tempuri.org/">
<TeleAppointmentsResult>
<code>int</code>
<data>
<bookingID>string</bookingID>
<URL>string</URL>
</data>
<app>string</app>
<message>string</message>
</TeleAppointmentsResult>
</TeleAppointmentsResponse>
</soap12:Body>
</soap12:Envelope>